home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2004 April / Gamestar_61_2004-04_dvdb.iso / DVDStar / Editace / hltp.exe / {app} / Applications / Wad2Bmp / readme.txt next >
Text File  |  2003-09-30  |  843b  |  29 lines

  1. /////////////////
  2. //// wad2bmp ////
  3. /////////////////
  4.  
  5.  
  6. About:
  7.  
  8. This simple command line program takes a Half-Life WAD3 file and extracts the highest resolution mipmap of each texture as a bitmap. This program can also be used to list all the textures in a WAD3 file.
  9.  
  10. Arguments:
  11.  
  12. wad2bmp.exe [-d [<output folder>]] | [-l [<output file>]]
  13.  
  14. Examples:
  15.  
  16. wad2bmp.exe c:\mywad.wad
  17. Extract all the textures in c:\mywad.wad to <program's directory>.
  18.  
  19. wad2bmp.exe c:\mywad.wad -d
  20. Extract all the textures in c:\mywad.wad to <program's directory>\mywad.
  21.  
  22. wad2bmp.exe c:\mywad.wad -d c:\test
  23. Extract all the textures in c:\mywad.wad to c:\test.
  24.  
  25. wad2bmp.exe c:\mywad.wad -l
  26. List all the textures in c:\mywad.wad.
  27.  
  28. wad2bmp.exe c:\mywad.wad -l c:\mywad.txt
  29. List all the textures in c:\mywad.wad and output them to c:\mywad.txt.